[TOOLS] Make xentrace help a little more informative.
authorGeorge Dunlap <gdunlap@xensource.com>
Tue, 27 Feb 2007 11:06:29 +0000 (06:06 -0500)
committerGeorge Dunlap <gdunlap@xensource.com>
Tue, 27 Feb 2007 11:06:29 +0000 (06:06 -0500)
Signed-off-by: George Dunlap <gdunlap@xensource.com>
tools/xentrace/xentrace.c

index d0cea17c2e31076e4cc394bb64fdd9e3d8cb43b1..b3637f3cccdc5e314f47787d506ba4035f798926 100644 (file)
@@ -460,11 +460,13 @@ const struct argp_option cmd_opts[] =
 
     { .name = "cpu-mask", .key='c', .arg="c",
       .doc = 
-      "set cpu-mask " },
+      "Set cpu-mask." },
 
     { .name = "evt-mask", .key='e', .arg="e",
       .doc = 
-      "set evt-mask " },
+      "Set trace event mask.  This can accept a numerical (including hex) "
+      " argument or a symbolic name.  Symbolic names include: gen, sched, "
+      "dom0op, hvm, and all." },
 
     { .name = "trace-buf-size", .key='S', .arg="N",
       .doc =